home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / proxy-support / Mosaic-2.4 / gui-documents.c.patch next >
Encoding:
Text File  |  1994-05-11  |  979 b   |  31 lines

  1. *** gui-documents.c.ORIG    Mon Apr 11 20:58:02 1994
  2. --- gui-documents.c    Thu May 12 14:13:11 1994
  3. ***************
  4. *** 487,494 ****
  5.       post_gave_encrypt = 0;
  6.   #endif /* PEM_AUTH */
  7.   
  8. !   win->current_node->text = mo_pull_er_over (win->current_node->url, 
  9. !                                              &win->current_node->texthead);
  10.     {
  11.       /* Check use_this_url_instead from HTAccess.c. */
  12.       /* IS THIS GOOD ENOUGH FOR THIS CASE??? */
  13. --- 487,503 ----
  14.       post_gave_encrypt = 0;
  15.   #endif /* PEM_AUTH */
  16.   
  17. !   {
  18. !       /*
  19. !        * Reload should force a cache refresh on a proxy
  20. !        *    -- Ari L. <luotonen@dxcern.cern.ch>
  21. !        */
  22. !       extern char reloading;    /* is really a BOOL */
  23. !       reloading = 1;
  24. !       win->current_node->text = mo_pull_er_over (win->current_node->url, 
  25. !                          &win->current_node->texthead);
  26. !       reloading = 0;
  27. !   }
  28.     {
  29.       /* Check use_this_url_instead from HTAccess.c. */
  30.       /* IS THIS GOOD ENOUGH FOR THIS CASE??? */
  31.